home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / db / DBEntities.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  541 b   |  21 lines

  1. /*====================================================================
  2.                               DBEntities                              
  3. ====================================================================*/
  4.  
  5. #ifndef _DBENTITIES_H_
  6. #define _DBENTITIES_H_
  7.  
  8. #ifndef _SIMPLELIST_H_
  9. #include <util/SimpleList.h>
  10. #endif
  11.  
  12. @protocol DBEntities
  13. -database;
  14. -getProperties: (SimpleList *) aList;
  15. -(BOOL) matchesEntity: (id <DBEntities>) anEntity;
  16. -(const char *) entityName;
  17. -propertyNamed: (const char *) aName;
  18. @end
  19.  
  20. #endif
  21.